home *** CD-ROM | disk | FTP | other *** search
- stop();
- tabla._visible = 0;
- delete this.onEnterFrame;
- but.onRelease = function()
- {
- _root.gotoAndStop(2);
- };
- scorB1 = tabla.scor.text;
- scorBx.text = tabla.scor.text;
- if(scorB1 > _root.best)
- {
- _root.best = scorB1;
- tabla.scorB.text = scorB1;
- }
-